home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / Netobj / CDK / NetObjectsFusionCDK5_97.exe / _SETUP.1 / TextAlignStyle.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-08  |  392 b   |  9 lines

  1. interface TextAlignStyle {
  2.    int ALIGN_LEFT = 32;
  3.    int ALIGN_H_CENTER = 64;
  4.    int ALIGN_RIGHT = 128;
  5.    int ALIGN_TOP = 256;
  6.    int ALIGN_V_CENTER = 512;
  7.    int ALIGN_BOTTOM = 1024;
  8. }
  9.